ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / CustomItemRange Class / CustomItemRange Constructor / CustomItemRange Constructor(Int32,Int32,IEnumerable<String>)
最初の項目のインデックス。
最後の項目のインデックス。
フィールド名のコレクション。

In This Topic
    CustomItemRange Constructor(Int32,Int32,IEnumerable<String>)
    In This Topic
    CustomItemRange の新しいインスタンスを初期化します。
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal first As Integer, _
       ByVal last As Integer, _
       ByVal fields As IEnumerable(Of String) _
    )
    public CustomItemRange( 
       int first,
       int last,
       IEnumerable<string> fields
    )

    Parameters

    first
    最初の項目のインデックス。
    last
    最後の項目のインデックス。
    fields
    フィールド名のコレクション。
    See Also